Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.apidoc.uiContrib

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.apidoc.uiContrib">
  <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">

    <type id="NXDistribution">
      <label>Nuxeo EP Distribution</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>distribution</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="NXBundleGroup">
      <label>Nuxeo EP Bundle Group</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>bundleGroup</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="NXBundle">
      <label>Nuxeo EP Bundle</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>bundle</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="NXComponent">
      <label>Nuxeo EP Component</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>component</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="NXService">
      <label>Nuxeo EP Service</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>service</layout>
      </layouts>
    </type>

    <type id="NXSeamComponent">
      <label>Nuxeo EP Seam Component</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>seam</layout>
      </layouts>
    </type>

    <type id="NXExtensionPoint">
      <label>Nuxeo EP Extension Point</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>extensionpoint</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="NXContribution">
      <label>Nuxeo EP Contribution</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>contribution</layout>
      </layouts>
    </type>

    <type id="NXOperation">
      <label>Nuxeo EP Operation</label>
     <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>operation</layout>
      </layouts>
    </type>

    <type id="NXDocumentation">
      <label>Nuxeo EP Documentation</label>
      <icon>/icons/file.gif</icon>
      <bigIcon>/icons/file_100.png</bigIcon>
      <default-view>view_documents</default-view>
      <category>Nuxeo EP</category>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>documentation</layout>
      </layouts>
    </type>

  </extension>
</component>